3.66 \(\int e^{-2 x} \cos (e^{-2 x}) \, dx\)

Optimal. Leaf size=10 \[ -\frac {1}{2} \sin \left (e^{-2 x}\right ) \]

[Out]

-1/2*sin(exp(-2*x))

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 10, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 12, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.167, Rules used = {2282, 2637} \[ -\frac {1}{2} \sin \left (e^{-2 x}\right ) \]

Antiderivative was successfully verified.

[In]

Int[Cos[E^(-2*x)]/E^(2*x),x]

[Out]

-Sin[E^(-2*x)]/2

Rule 2282

Int[u_, x_Symbol] :> With[{v = FunctionOfExponential[u, x]}, Dist[v/D[v, x], Subst[Int[FunctionOfExponentialFu
nction[u, x]/x, x], x, v], x]] /; FunctionOfExponentialQ[u, x] &&  !MatchQ[u, (w_)*((a_.)*(v_)^(n_))^(m_) /; F
reeQ[{a, m, n}, x] && IntegerQ[m*n]] &&  !MatchQ[u, E^((c_.)*((a_.) + (b_.)*x))*(F_)[v_] /; FreeQ[{a, b, c}, x
] && InverseFunctionQ[F[x]]]

Rule 2637

Int[sin[Pi/2 + (c_.) + (d_.)*(x_)], x_Symbol] :> Simp[Sin[c + d*x]/d, x] /; FreeQ[{c, d}, x]

Rubi steps

\begin {align*} \int e^{-2 x} \cos \left (e^{-2 x}\right ) \, dx &=-\left (\frac {1}{2} \operatorname {Subst}\left (\int \cos (x) \, dx,x,e^{-2 x}\right )\right )\\ &=-\frac {1}{2} \sin \left (e^{-2 x}\right )\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 10, normalized size = 1.00 \[ -\frac {1}{2} \sin \left (e^{-2 x}\right ) \]

Antiderivative was successfully verified.

[In]

Integrate[Cos[E^(-2*x)]/E^(2*x),x]

[Out]

-1/2*Sin[E^(-2*x)]

________________________________________________________________________________________

fricas [A]  time = 0.68, size = 7, normalized size = 0.70 \[ -\frac {1}{2} \, \sin \left (e^{\left (-2 \, x\right )}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(exp(-2*x))/exp(2*x),x, algorithm="fricas")

[Out]

-1/2*sin(e^(-2*x))

________________________________________________________________________________________

giac [A]  time = 0.12, size = 7, normalized size = 0.70 \[ -\frac {1}{2} \, \sin \left (e^{\left (-2 \, x\right )}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(exp(-2*x))/exp(2*x),x, algorithm="giac")

[Out]

-1/2*sin(e^(-2*x))

________________________________________________________________________________________

maple [A]  time = 0.05, size = 8, normalized size = 0.80 \[ -\frac {\sin \left ({\mathrm e}^{-2 x}\right )}{2} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cos(exp(-2*x))/exp(2*x),x)

[Out]

-1/2*sin(exp(-2*x))

________________________________________________________________________________________

maxima [A]  time = 0.32, size = 7, normalized size = 0.70 \[ -\frac {1}{2} \, \sin \left (e^{\left (-2 \, x\right )}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(exp(-2*x))/exp(2*x),x, algorithm="maxima")

[Out]

-1/2*sin(e^(-2*x))

________________________________________________________________________________________

mupad [B]  time = 2.20, size = 7, normalized size = 0.70 \[ -\frac {\sin \left ({\mathrm {e}}^{-2\,x}\right )}{2} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(exp(-2*x)*cos(exp(-2*x)),x)

[Out]

-sin(exp(-2*x))/2

________________________________________________________________________________________

sympy [A]  time = 0.37, size = 10, normalized size = 1.00 \[ - \frac {\sin {\left (e^{- 2 x} \right )}}{2} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(exp(-2*x))/exp(2*x),x)

[Out]

-sin(exp(-2*x))/2

________________________________________________________________________________________